2005-04-07 Matthias Clasen <mclasen@redhat.com>
+ * configure.in: Replace an explicit pkg-config by
+ $PKG_CONFIG. (#168074, Hans-Wolfgang Loidl)
+
* gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region):
Ignore regions which fall completely outside the line.
(#165862, Felipe Heidrich)
2005-04-07 Matthias Clasen <mclasen@redhat.com>
+ * configure.in: Replace an explicit pkg-config by
+ $PKG_CONFIG. (#168074, Hans-Wolfgang Loidl)
+
* gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region):
Ignore regions which fall completely outside the line.
(#165862, Felipe Heidrich)
2005-04-07 Matthias Clasen <mclasen@redhat.com>
+ * configure.in: Replace an explicit pkg-config by
+ $PKG_CONFIG. (#168074, Hans-Wolfgang Loidl)
+
* gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region):
Ignore regions which fall completely outside the line.
(#165862, Felipe Heidrich)
if test $pango_omitted_x_deps = yes ; then
# Old versions of Xft didn't necessarily include -lX11 in the output
- x_libs="`pkg-config --libs xft` -lX11 $X_EXTRA_LIBS"
+ x_libs="`$PKG_CONFIG --libs xft` -lX11 $X_EXTRA_LIBS"
fi
## Strip the .la files